SOUND VOLUME

This command will return the current percentage volume of the specified Sound Number.

  Syntax
Return Integer=SOUND VOLUME(Sound Number)
  Parameters
Sound Number
Integer
The sound number

  Returns

This command will return the current percentage volume of the specified Sound Number

  Example Code
cls
load sound "man.wav",1
play sound 1
set sound volume 1,50
print "sound volume "+str$(sound volume(1))
wait 1000*8
stop sound 1
do
loop
end
  See also

SOUND Commands Menu
Index